home *** CD-ROM | disk | FTP | other *** search
/ CD Exchange / CD Exchange - Volume 1.iso / utils / misc / intuimake / example / main.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-08  |  159 b   |  14 lines

  1. /* main.c
  2. **
  3. **
  4. */
  5.  
  6. #include "first_protos.h"
  7. #include "second_protos.h"
  8. /* SCAN_END */
  9.  
  10. void main (void)
  11. {
  12.   Test1 ("Test it:", 1);
  13.   Test2 ("Just do it:");
  14. }